home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
dir
/
patch
/
rexx
/
findrush.rush
< prev
next >
Wrap
Text File
|
1993-12-21
|
276b
|
19 lines
/*
** $VER: FindRush.rush 37.1 (15.9.93)
**
**
**
** Written by Douglas Keller
*/
options results
if ~show(ports, 'RUSH.1') then do
address command 'run >nil: <nil: z:rush/rush'
end
else do
address 'RUSH.1'
'IsIconify'
if result == 1 then 'UnIconify'
'RushToFront'
end